This method gets a carrier service point by id
An object containing search criteria for service points.
This object model represents the response from a successful get service point response.
{- "service_point_id": "string",
- "country_code": "string",
- "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "authorization": {
- "access_token": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}
}, - "metadata": {
- "property1": { },
- "property2": { }
}, - "connection_name": "string"
}
{- "service_point": {
- "service_point_id": "string",
- "address": {
- "phone_number": "string",
- "company_name": "string",
- "description": "string",
- "geo": {
- "lat": -31.9543,
- "long": -120.9762
}, - "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "hours_of_operation": {
- "monday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "tuesday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "wednesday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "thursday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "friday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "saturday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "sunday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
]
}, - "features": [
- "drop_off_point"
], - "temporary_closures": [
- {
- "start": "2024-01-25",
- "end": "2024-01-27"
}
], - "special_opening_times": [
- {
- "start": "2024-01-25",
- "end": "2024-01-27",
- "hours_of_operation": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
]
}
], - "type": "pudo"
}, - "metadata": {
- "property1": { },
- "property2": { }
}
}